Q3View_GetBackfacingStyleState
You can use theQ3View_GetBackfacingStyleState
function to get the current backfacing style of a view.
TQ3Status Q3View_GetBackfacingStyleState ( TQ3ViewObject view, TQ3BackfacingStyle *backfacingStyle);
view
- A view.
backfacingStyle
- On exit, the current backfacing style of the specified view.
DESCRIPTION
TheQ3View_GetBackfacingStyleState
function returns, in thebackfacingStyle
parameter, the current backfacing style of the view specified by theview
parameter.